home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
Languages
/
GWAda 1.5.1
/
GW-Ada⁄Ed-MacProgs
/
Spider
/
DRAW18.ADA
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-10
|
223 b
|
24 lines
|
[
TEXT/Anon
]
WITH Spider; USE Spider;
WITH Left;
PROCEDURE Drawing18 IS
BEGIN -- Begin the drawing
Reset;
Turn;
Turn;
Step;
Step;
Turn;
Red;
Step;
Step;
Step;
Left;
Step;
Blue;
Step;
Step;
Step;
Quit;
END Drawing18;